mtd: nand: Drop a blank line in nand_wait()
authorAndre Renaud <[email protected]>
Mon, 20 Jun 2016 01:25:25 +0000 (19:25 -0600)
committerTom Rini <[email protected]>
Fri, 24 Jun 2016 21:23:14 +0000 (17:23 -0400)
This empty line should not be there. Remove it.
Signed-off-by: Andre Renaud <[email protected]>
Reviewed-by: Andreas Bießmann <[email protected]>
Signed-off-by: Simon Glass <[email protected]>
drivers/mtd/nand/nand_base.c

index 74c563c49556f4483b0bcdabf88cabe87006edc9..689716753ae646f35ba697367314a7f6b0bf4001 100644 (file)
@@ -862,7 +862,6 @@ static void panic_nand_wait(struct mtd_info *mtd, struct nand_chip *chip,
  */
 static int nand_wait(struct mtd_info *mtd, struct nand_chip *chip)
 {
-
        int status;
        unsigned long timeo = 400;